BasePnLStatisticParameter

StockSharp.Algo.Statistics

The base profit-loss statistics parameter.

继承自: BaseStatisticParameter<T>

实现: IPnLStatisticParameter, IStatisticParameter, IPersistable, INotifyPropertyChanged, IDisposable

构造函数

BasePnLStatisticParameter(StatisticParameterTypes)

The base profit-loss statistics parameter.

type
Type

方法

Add(DateTime, decimal, decimal?)

To add new data to the parameter.

marketTime
The exchange time.
pnl
The profit-loss value.
commission
Commission.